<label name="lblMaxChars" caption="Maximum characters" hint="Maximum number of characters allowed." width="84" height="13" top="56" left="200"/>
<label name="lblSize" caption="Size" hint="Size of the element measured in number of characters." width="52" height="13" top="56" left="8"/>
<label name="lblValue" caption="Text/value" hint="Text/value of your form element." width="69" height="13" top="8" left="200"/>
<label name="lblName" caption="Name" hint="The name of this element. Important if you wish to refer to this form element through some sort of scripting for instance. This field is required." width="29" height="13" top="8" left="8"/>
<edit name="edtName" taborder="0" text="" hint="The name of this element. Important if you wish to refer to this form element through some sort of scripting for instance. This field is required." width="175" height="19" top="24" left="8"/>
<edit name="edtValue" taborder="1" text="" hint="Text/value of your form element." width="175" height="19" top="24" left="200"/>
<spinedit name="speSize" taborder="2" hint="Size of the element measured in number of characters." maxvalue="0" minvalue="0" value="0" width="175" height="20" top="72" left="8"/>
<spinedit name="speMaxLength" taborder="3" hint="Maximum number of characters allowed." maxvalue="0" minvalue="0" value="0" width="175" height="20" top="72" left="200"/>
<checkbox name="cbReadonly" caption="Readonly" taborder="4" hint="If your element is readonly, the user will not be able to make any changes to it." checked="0" width="121" height="17" top="104" left="8"/>
<checkbox name="cbDisabled" caption="Disabled" taborder="5" hint="Your element will be visible, but disabled." checked="0" width="121" height="17" top="104" left="200"/>